crypto/cipher.gcmFieldElement.low (field)
17 uses
crypto/cipher (current package)
gcm.go#L64: low, high uint64
gcm.go#L257: return gcmFieldElement{x.low ^ y.low, x.high ^ y.high}
gcm.go#L266: double.high |= x.low << 63
gcm.go#L267: double.low = x.low >> 1
gcm.go#L277: double.low ^= 0xe100000000000000
gcm.go#L295: word = y.low
gcm.go#L303: z.high |= z.low << 60
gcm.go#L304: z.low >>= 4
gcm.go#L305: z.low ^= uint64(gcmReductionTable[msw]) << 48
gcm.go#L312: z.low ^= t.low
gcm.go#L325: y.low ^= binary.BigEndian.Uint64(blocks)
gcm.go#L405: binary.BigEndian.PutUint64(counter[:8], y.low)
gcm.go#L417: y.low ^= uint64(len(additionalData)) * 8
gcm.go#L422: binary.BigEndian.PutUint64(out, y.low)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)